IDataItemBase.TypeClass (PROP) ¶ PROPERTY TypeClass : IBaseLibrary.TypeClass Returns the typeclass of this item
ICDSV3RequestHandling.CreateCDSV3Request (METH) ¶ METHOD CreateCDSV3Request : ICDSV3Request Creates a request that can be sent to a CODESYS V3 PLC. This method might fail in case a different kind of PLC is connected. InOut: Scope Name Type Return CreateCDSV3Request ICDSV3Request Input uiServiceGroup UINT uiService UINT
ICDSV3RequestHandling.TargetByteorder (PROP) ¶ PROPERTY TargetByteorder : ByteOrder Returns the byteorder used by the system managed by the related IDatasource . Note It is not expected that this value changes at runtime.
ICDSV3Response (ITF) ¶ INTERFACE ICDSV3Response EXTENDS ICustomResponse Properties: ContentData ContentSize RawData RawSize Structure: ContentData (Property) ContentSize (Property) RawData (Property) RawSize (Property)
ICDSV3Response.ContentData (PROP) ¶ PROPERTY ContentData : POINTER TO BYTE Returns a pointer to the content of the response, ie. without the according header information
ICDSV3Response.ContentSize (PROP) ¶ PROPERTY ContentSize : __UXINT Returns the size of the data pointer to by ICDSV3Response.ContentData
ICDSV3Response.RawData (PROP) ¶ PROPERTY RawData : POINTER TO BYTE Returns a pointer to the complete response, ie. including the according header information
ICDSV3Response.RawSize (PROP) ¶ PROPERTY RawSize : __UXINT
ICDSV3ServiceWriter (ITF) ¶ INTERFACE ICDSV3ServiceWriter EXTENDS __SYSTEM.IQueryInterface This is the base interface of a service writer for CDS V3 service calls.
ICustomRequest (ITF) ¶ INTERFACE ICustomRequest EXTENDS __SYSTEM.IQueryInterface