public class DeviceParser extends Object
| Constructor and Description |
|---|
DeviceParser() |
| Modifier and Type | Method and Description |
|---|---|
static OpenRGBDevice |
from(ByteBuffer buffer,
int serverProtocol)
Parses and returns an OpenRGBDevice
|
public static OpenRGBDevice from(ByteBuffer buffer, int serverProtocol) throws IOException
buffer - the buffer sent by the serverserverProtocol - the server protocol versionIOException - well you know...Copyright © 2021. All rights reserved.