Wombat.MamaMsg.tryVectorU8 C# (CSharp) Method

tryVectorU8() public method

Try to get a vector of unsigned 8 bit integers.
public tryVectorU8 ( MamaFieldDescriptor descriptor, byte &result ) : bool
descriptor MamaFieldDescriptor
result byte
return bool
        public bool tryVectorU8(
			MamaFieldDescriptor descriptor, 
			ref byte[] result)
        {
            return tryVectorU8 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryVectorU8 ( string name, ushort fid, byte &result ) : bool
MamaMsg