Exemplo n.º 1
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);
Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 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);