Read-only |
About Cal Sets |
Description |
Converts the returned strings from GetStandardsList into the enumeration (NACalClass) and the port numbers required for PutStandard and GetStandard methods that transmit data in and out of the Cal Set. Learn more about reading and writing Cal data using COM |
|||||||||||||||||||
VB Syntax |
CalSet.StringToNACalClass (list, std, rcv, src) |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
CalSet |
(object) - A Cal Set object |
|||||||||||||||||||
list |
(string) - a string containing the textual description of the standard. |
|||||||||||||||||||
std |
(enum NACalClass) Choose from:
|
|||||||||||||||||||
rcv |
(long) - port number of the receiver |
|||||||||||||||||||
src |
(long) - port number of the source |
|||||||||||||||||||
Return Type |
Not Applicable |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
Examples |
guid = CalSet.StringToNACalClass(list, std, rcv, src) |
|||||||||||||||||||
C++ Syntax |
HRESULT StringtoNACalClass ( BSTR* str, NACalClass* item, long *rcv, long *src); |
|||||||||||||||||||
Interface |
ICalSet |