public static IntPtr Open(int port) { IntPtr Sctp = ScpCommands.sccp_open(0x31, 0, /*port*/ port, 0); if (Sctp == IntPtr.Zero) { throw new ScpException(LowLevelError.NoCardReader); } return(Sctp); }