PackerPackExtendedTypeValue Method (Byte, Byte) |
Packs an extended type value.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer PackExtendedTypeValue(
byte typeCode,
byte[] body
)
Public Function PackExtendedTypeValue (
typeCode As Byte,
body As Byte()
) As Packer
public:
Packer^ PackExtendedTypeValue(
unsigned char typeCode,
array<unsigned char>^ body
)
member PackExtendedTypeValue :
typeCode : byte *
body : byte[] -> Packer
Parameters
- typeCode
- Type: SystemByte
A type code of the extended type value. - body
- Type: SystemByte
A binary value portion of the extended type value.
Return Value
Type:
PackerThis instance.
Exceptions See Also