Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将短整型值附加到 QABinaryMessage 实例的消息主体中。
Visual Basic Public Sub WriteShort( _ ByVal val As Short _ )
C# public void WriteShort( short val );
val 要写入消息主体的短整型值。
短整型参数由一个双字节值表示,首先附加高位字节。