예제 #1
0
파일: csta.cs 프로젝트: rektifier/TSAPIDemo
 public static extern Acs.RetCode_t cstaSetForwarding(
     Acs.ACSHandle_t acsHandle,
     Acs.InvokeID_t invokeID,
     ref Csta.DeviceID_t device,
     ForwardingType_t forwardingType,
     bool forwardingOn,
     ref Csta.DeviceID_t forwardingDestination,
     Acs.PrivateData_t privateData);
예제 #2
0
 internal static extern int cstaSetForwarding(IntPtr acsHandle, uint invokeID, ref DeviceID_t device, ForwardingType_t forwardingType, bool forwardingOn, ref DeviceID_t forwardingDestination, ref PrivateData_t privateData);
예제 #3
0
 public static extern ACSFunctionRet_t cstaSetForwarding(uint acsHandle, uint invokeId, [MarshalAs(UnmanagedType.LPStr)] string device, ForwardingType_t forwardingType, byte forwardingOn, [MarshalAs(UnmanagedType.LPStr)] string forwardingDestination, ref PrivateData_t privateData);
예제 #4
0
 public static extern Acs.RetCode_t cstaSetForwarding(
                 Acs.ACSHandle_t acsHandle,
                 Acs.InvokeID_t invokeID,
                 ref Csta.DeviceID_t device,
                 ForwardingType_t forwardingType,
                 bool forwardingOn,
                 ref Csta.DeviceID_t forwardingDestination,
                 Acs.PrivateData_t privateData);