Question about OPCUA dirver progaming

AbstractNioDriver provides the networking bits and pieces. but If I make my own network connections and extend directly from AbstractDriver,how can handle things such like sending and receiving data from network

If you provide your own networking bits then you’re on the hook for sending/receiving data. Use a socket?

I will send and receive data by serial port with modbus driver,how can I do ?