public DmtpMessage( ushort protocolFlags )
Public Sub New ( protocolFlags As UShort )
new : protocolFlags : uint16 -> DmtpMessage
创建只包含协议标志的DMTP消息,主体数据为空。
消息格式:
|*2*|**4**|***************n***********|
|ProtocolFlags|Length|Data|
|UInt16|Int32|bytes|
In This Article