写入一个ulong类型的数据,使用动态长度表示方式,写入到字节流里去
命名空间:
HslCommunication.Profinet.Siemens.S7PlusHelper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void WriteUint64(
MemoryStream ms,
ulong value
)
Public Shared Sub WriteUint64 (
ms As MemoryStream,
value As ULong
)
public:
static void WriteUint64(
MemoryStream^ ms,
unsigned long long value
)
static member WriteUint64 :
ms : MemoryStream *
value : uint64 -> unit
参数
- ms
- 类型:System.IOMemoryStream
字节流 - value
- 类型:SystemUInt64
值信息
参见