Virtual Serial Port Tools - Advanced serial port configurations for your custom ports usage scenario
Download Virtual Serial Port Tools Hide this button

ISharedPortDevice Interface

This interface is implemented by a shared port device.

Declaration

interface ISharedPortDevice extends ${IConfigurableDevice} {
    // Properties
    ${sharedPort}: number;
}
public interface ISharedPortDevice : ${IConfigurableDevice}
{
    // Properties
    uint ${sharedPort} { get; set; }
}
struct ISharedPortDevice : IConfigurableDevice
{
    // Properties
    unsigned ${sharedPort};  // get set 
};

ISharedPortDevice Properties

sharedPort

sharedPort: number;
uint sharedPort { get; set; }
unsigned sharedPort;  // get set 

Port number of original serial port this device is sharing.