Wombat.MamaMsg.tryU16 C# (CSharp) Method

tryU16() public method

Try to get a U16, unsigned 16 bit integer, field.
public tryU16 ( Wombat.MamaFieldDescriptor descriptor, ushort &result ) : bool
descriptor Wombat.MamaFieldDescriptor
result ushort
return bool
        public bool tryU16(
			MamaFieldDescriptor descriptor,
			ref ushort result)
        {
            return tryU16 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

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