MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / write_port_byte

Method write_port_byte

Python-Bridge/Python-Bridge.py:98–99  ·  view source on GitHub ↗
(self, port_number, byte_value)

Source from the content-addressed store, hash-verified

96 return status, value
97
98 def write_port_byte(self, port_number, byte_value):
99 return self.__kb.KbWritePortByte(c_ushort(port_number), c_byte(byte_value))
100
101 def write_port_word(self, port_number, word_value):
102 return self.__kb.KbWritePortWord(c_ushort(port_number), c_byte(word_value))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected