set_device_id
Function Usage
Sets the device ID of a stream.
Prototype
def set_device_id (self, device_id: str) -> None:
pass
Input Parameter Description
Parameter |
Type |
Description |
|---|---|---|
device_id |
str |
Device ID |
Parent topic: SequentialStream