SetTEDSData Method (DeviceUSB225)
In This Topic
Sets data for given page number and block number of TEDS Data.
Syntax
'Declaration
Public Sub SetTEDSData( _
ByVal As Byte, _
ByVal As Byte, _
ByVal () As Byte _
)
'Usage
Dim instance As DeviceUSB225
Dim pageNumber As Byte
Dim blockNumber As Byte
Dim data() As Byte
instance.SetTEDSData(pageNumber, blockNumber, data)
public void SetTEDSData(
byte ,
byte ,
byte[]
)
Parameters
- pageNumber
- blockNumber
- data
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also