Interface GetDeviceInsertSerialOperationsParam

Hierarchy

  • GetDeviceInsertSerialOperationsParam

Properties

containValue?: string

Value of the contain link

Remarks

If containerLinkId is null, this will be ignored

containerLinkId?: null | number

Link id of the container

Remarks

If it is null, contain link will not be created

Default Value

GetDeviceInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

info?: Partial<DeviceInfo & BatteryInfo & {
    languageCode: string;
} & {
    languageTag: string;
}>

Device Info

Default Value

result of getAllDeviceInfo if not provided or undefined

reservedLinkIds?: {
    containLinkId: number;
    deviceLinkId: number;
}

Reserved link ids that will be used in the serial operations

Type declaration

  • containLinkId: number

    Reserved link id for the contain

  • deviceLinkId: number

    Reserved link id for the device

typeLinkIds?: {
    containTypeLinkId?: number;
    deviceTypeLinkId?: number;
}

Link ids of types that will be used in the serial operations

Type declaration

  • Optional containTypeLinkId?: number

    Link id of the contain type

  • Optional deviceTypeLinkId?: number

    Link id of the device type

Generated using TypeDoc