opc_pack.h

来自「工业标准通讯OPC协议的客户端测试源代码」· C头文件 代码 · 共 35 行

H
35
字号
// OPCTHRD.h
//
// (c) Copyright 1998 The OPC Foundation
// ALL RIGHTS RESERVED.
//
// DISCLAIMER:
//  This sample code is provided by the OPC Foundation solely to assist 
//  in understanding the OPC Specifications and may be used
//  as set forth in the License Grant section of the OPC Specification.
//  This code is provided as-is and without warranty or support of any sort
//  and is subject to the Warranty and Liability Disclaimers which appear
//  in the printed OPC Specification.
//
// CREDITS:
//  This code was generously provided to the OPC Foundation by
//  Al Chisholm, Intellution Inc.
//
// CONTENTS:
//
// This file contains function prototyles
// for the OPC Pack/Unpack functions for use with IDataObject
//
//
// Modification Log:
//	Vers    Date   By    Notes
//	----  -------- ---   -----
//  2.00  05/01/97 acc   
//

int		OPCVariantSize( VARIANT * v);
int		OPCVariantPack( char * t, VARIANT *s);
void	OPCVariantUnpack( VARIANT *vp, char * src);


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?